home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MATHS / PLPLOT / PLPLOT.ZIP / cf / init.in < prev    next >
Encoding:
Text File  |  1994-07-29  |  864 b   |  44 lines

  1. # -----------------------------------------------------------------------
  2. # $Id: init.in,v 1.7 1994/07/29 06:54:20 mjl Exp $
  3. #
  4. # Maurice LeBrun
  5. # IFS, University of Texas at Austin
  6. # 14-Jul-1994
  7. #
  8. # Basic make assignments for PLplot under Unix (driven by "configure").
  9. # These are used in both the library and demo Makefiles.
  10. # -----------------------------------------------------------------------
  11.  
  12. # Utilities
  13.  
  14. CC        = @CC@
  15. LDC        = @LDC@
  16. OCC        = @OCC@
  17. F77        = @F77@
  18. LDF        = @LDF@
  19. M4        = m4
  20. LN        = ln -s
  21.  
  22. # Flags and other miscellanea
  23.  
  24. F77_FLAGS    = @F77_FLAGS@
  25. LDC_FLAGS    = @LDC_FLAGS@
  26. LDF_FLAGS    = @LDF_FLAGS@
  27. LDC_LIBS    = @LIBS@
  28. LDF_LIBS    = @LIBS@
  29. LIB_TAG        = @LIB_TAG@
  30. TO        = -o
  31. O        = .o
  32. E        =
  33.  
  34. # Install directories
  35.  
  36. LIB_DIR        = @LIB_DIR@
  37. DOC_DIR        = @DOC_DIR@
  38. BIN_DIR        = @BIN_DIR@
  39. INFO_DIR    = @INFO_DIR@
  40. INCLUDE_DIR    = @INCLUDE_DIR@
  41. TCL_DIR        = @TCL_DIR@
  42. DEMOS_DIR    = @DEMOS_DIR@
  43.  
  44.